summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <gentoo@sattvik.com>2013-04-05 21:00:06 -0500
committerDaniel Solano Gómez <gentoo@sattvik.com>2013-04-05 21:00:06 -0500
commit54e0b2202bdd16080bdc037fa83cdc327426425d (patch)
treeb9128f984f2d13cb70ebb77d807ad8db78fb65c2 /profiles
parentTry out minimal bashrc (diff)
downloadsattvik-54e0b2202bdd16080bdc037fa83cdc327426425d.tar.gz
sattvik-54e0b2202bdd16080bdc037fa83cdc327426425d.tar.bz2
sattvik-54e0b2202bdd16080bdc037fa83cdc327426425d.zip
More tests.
Diffstat (limited to 'profiles')
-rwxr-xr-xprofiles/sattvik/linux/amd64/13.0/profile.bashrc8
1 files changed, 3 insertions, 5 deletions
diff --git a/profiles/sattvik/linux/amd64/13.0/profile.bashrc b/profiles/sattvik/linux/amd64/13.0/profile.bashrc
index 28b20f7..4a3124b 100755
--- a/profiles/sattvik/linux/amd64/13.0/profile.bashrc
+++ b/profiles/sattvik/linux/amd64/13.0/profile.bashrc
@@ -1,9 +1,7 @@
#!/bin/bash
-overpatch() {
- echo "funcname is: ${FUNCNAME[1]}"
-}
-
post_src_unpack() {
- overpatch
+ local patches_overlay_dir patches patch locksuffix
+ echo "cwd: $cwd"
+ echo "0: $0"
}