We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c4190 commit 004d392Copy full SHA for 004d392
scripts/.pustaka.sh.swp
-1 KB
scripts/pustaka.sh
@@ -55,11 +55,11 @@ done
55
# Function to update a region
56
update_region() {
57
region="$1"
58
- export XMFKILLA_REF_ASB_PATH=$(readlink -f "$cache_dir/$region")
+# export XMFKILLA_REF_ASB_PATH=$(readlink -f "$cache_dir/$region")
59
60
echo "Updating $region..."
61
- echo "Ensure temp directory..."
62
- echo "XMFKILLA_REF_ASB_PATH is set to $XMFKILLA_REF_ASB_PATH"
+# echo "Ensure temp directory..."
+# echo "XMFKILLA_REF_ASB_PATH is set to $XMFKILLA_REF_ASB_PATH"
63
mkdir -p "$XMFKILLA_REF_ASB_PATH"
64
65
echo "Running command: $program \"$region\" \"$pustaka_dir\" \"$json\" $2 $3 $4"
0 commit comments